home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
enigma
/
earcd
/
emula
/
6502emu.lha
/
6502
/
6502k.asm
< prev
next >
Wrap
Assembly Source File
|
1995-01-24
|
133b
|
15 lines
processor 6502
org 0
ldx #$00
ldy #$00
l1 tya
l2 sta $0400,x
sta $0500,x
sta $0600,x
sta $0700,x
inx
bne l2
iny
bne l1